[LINUX] Fix typo so 3.0.4 compatability works.
authorIan Campbell <ian.campbell@xensource.com>
Tue, 13 Mar 2007 09:07:55 +0000 (09:07 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Tue, 13 Mar 2007 09:07:55 +0000 (09:07 +0000)
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c

index a3ac4371a480a9dfb549882bdd4aa348c9352414..597deb733d7a9fa157aa0c29bc845cd2e6a23102 100644 (file)
@@ -1010,7 +1010,7 @@ static void stop_hz_timer(void)
        singleshot.timeout_abs_ns = jiffies_to_st(j);
        singleshot.flags = 0;
        rc = HYPERVISOR_vcpu_op(VCPUOP_set_singleshot_timer, cpu, &singleshot);
-#ifdef XEN_COMPAT_030004
+#ifdef CONFIG_XEN_COMPAT_030004
        if (rc) {
                BUG_ON(rc != -ENOSYS);
                rc = HYPERVISOR_set_timer_op(singleshot.timeout_abs_ns);